Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release for 0.3.0 #657

Merged
merged 5 commits into from
Apr 21, 2021
Merged

Prepare Release for 0.3.0 #657

merged 5 commits into from
Apr 21, 2021

Conversation

skorfmann
Copy link
Contributor

@skorfmann skorfmann commented Apr 21, 2021

Breaking Changes

We're now supporting multiple Stacks! - existing Terraform state files from local Terraform workflows have to be renamed to match the stack name.

Up until CDK for Terraform version 0.2 only a single stack was supported. For local state handling, a terraform.tfstate file in the project root folder was used. With version 0.3.0 the local state file reflects the stack name it belongs to in its file name. When a terraform.tfstate file is still present in the project root folder, it has to be renamed to match the schema terraform.<stack-name>.tfstate manually.

Implemented enhancements:

  • Add support for remote templates #645
  • Handle Multiple Stacks #636

Fixed Bugs

  • Wait for ConfigurationVersion to be ready when using Terraform Cloud #655
  • Fix module variables without type #630
  • Fix module without newline #633
  • Rename instance variable to a more specific name to avoid name collisions #640
  • Fix multiple modules with same end name #637

@skorfmann
Copy link
Contributor Author

This is waiting for #636 to be merged

@skorfmann
Copy link
Contributor Author

This is waiting for #636 to be merged

Done

@skorfmann skorfmann marked this pull request as ready for review April 21, 2021 19:12
@skorfmann skorfmann requested a review from ansgarm April 21, 2021 19:13
@skorfmann skorfmann merged commit 3145f2d into main Apr 21, 2021
@skorfmann skorfmann deleted the release-0.3 branch April 21, 2021 19:29
@github-actions
Copy link
Contributor

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants